2020-2021 Sunseeker Telemetry and Lighting System
timer_a_ex3_upModeInterrupt.c File Reference
#include "driverlib.h"

Go to the source code of this file.

Macros

#define TIMER_PERIOD   64000
 

Functions

int main (void)
 
void TA0_ISR (void)
 

Macro Definition Documentation

◆ TIMER_PERIOD

#define TIMER_PERIOD   64000

Definition at line 63 of file timer_a_ex3_upModeInterrupt.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 65 of file timer_a_ex3_upModeInterrupt.c.

References GPIO_setOutputLowOnPin(), and TIMER_PERIOD.

◆ TA0_ISR()

void TA0_ISR ( void  )

Definition at line 102 of file timer_a_ex3_upModeInterrupt.c.